From 9dff4d6ff3ad49eb90b8dadb71abb69ea9c8c460 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 28 Jun 2020 12:33:49 -0400 Subject: [PATCH] stack: Remove nonexisting api from headers The homogeneous property was dropped a while ago. --- gtk/gtkstack.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gtk/gtkstack.h b/gtk/gtkstack.h index fd797c93a2..efe9168fc7 100644 --- a/gtk/gtkstack.h +++ b/gtk/gtkstack.h @@ -146,11 +146,6 @@ void gtk_stack_set_visible_child_full (GtkStack const gchar *name, GtkStackTransitionType transition); GDK_AVAILABLE_IN_ALL -void gtk_stack_set_homogeneous (GtkStack *stack, - gboolean homogeneous); -GDK_AVAILABLE_IN_ALL -gboolean gtk_stack_get_homogeneous (GtkStack *stack); -GDK_AVAILABLE_IN_ALL void gtk_stack_set_hhomogeneous (GtkStack *stack, gboolean hhomogeneous); GDK_AVAILABLE_IN_ALL -- 2.30.2